home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Music / PLAY / MultiPlayer / MultiPlayer132Src.lha / flashywinspec.gui < prev    next >
Text File  |  1992-09-14  |  3KB  |  117 lines

  1. /*
  2.  * MultiPlayer
  3.  * Copyright (C) 1992 Bryan Ford
  4.  *
  5.  * This program is free software; you can redistribute it and/or modify
  6.  * it under the terms of the GNU General Public License as published by
  7.  * the Free Software Foundation; either version 2 of the License, or
  8.  * (at your option) any later version.
  9.  *
  10.  * This program is distributed in the hope that it will be useful,
  11.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  * GNU General Public License for more details.
  14.  *
  15.  * You should have received a copy of the GNU General Public License
  16.  * along with this program; if not, write to the Free Software
  17.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  *
  19.  * I (the author of MultiPlayer) can be contacted on the Internet at
  20.  * "bryan.ford@m.cc.utah.edu".  See "Player.doc" for other addresses.
  21.  *
  22.  * $Id: flashywinspec.gui,v 3.2 92/05/25 08:21:57 BAF Exp $
  23.  *
  24.  */
  25.  
  26. window xdef _spectrumwinspec
  27.     screen import _playerscreen
  28.     title "Spectrogram"
  29.     screentitle _copyright
  30.     left import _spectrumwinleft top import _spectrumwintop
  31.     CLOSEWINDOW refreshwindow rawkey MOUSEBUTTONS
  32.     DRAGBAR DEPTHGADGET CLOSEGADGET SIMPLE_REFRESH RMBTRAP
  33.   end
  34.  
  35. text
  36.     export _spectrumboxgad
  37.     width 132 height 34
  38.     border
  39.   end
  40.  
  41. endcap
  42.  
  43. window xdef _scopewinspec
  44.     screen import _playerscreen
  45.     title "StereoScope"
  46.     screentitle _copyright
  47.     left import _scopewinleft top import _scopewintop
  48.     CLOSEWINDOW refreshwindow rawkey MOUSEBUTTONS
  49.     DRAGBAR DEPTHGADGET CLOSEGADGET SIMPLE_REFRESH RMBTRAP
  50.   end
  51.  
  52. text
  53.     export _scopeboxlgad
  54.     width 68 height 34
  55.     border
  56.   end
  57.  
  58. text
  59.     export _scopeboxrgad
  60.     width 68 height 34
  61.     border
  62.   end
  63.  
  64. endcap
  65.  
  66. window xdef _qscopewinspec
  67.     screen import _playerscreen
  68.     title "QuadraScope"
  69.     screentitle _copyright
  70.     left import _qscopewinleft top import _qscopewintop
  71.     CLOSEWINDOW refreshwindow rawkey MOUSEBUTTONS
  72.     DRAGBAR DEPTHGADGET CLOSEGADGET SIMPLE_REFRESH RMBTRAP
  73.   end
  74.  
  75. text
  76.     export _qscopeboxltgad
  77.     width 68 height 34
  78.     border endrow
  79.   end
  80.  
  81. text
  82.     export _qscopeboxlbgad
  83.     width 68 height 34
  84.     border endcol
  85.   end
  86.  
  87. text
  88.     export _qscopeboxrtgad
  89.     width 68 height 34
  90.     border endrow
  91.   end
  92.  
  93. text
  94.     width 68 height 34
  95.     border
  96.   end
  97.  
  98. endcap
  99.  
  100. window xdef _notewinspec
  101.     screen import _playerscreen
  102.     title "Note Scroller"
  103.     screentitle _copyright
  104.     left import _notewinleft top import _notewintop
  105.     CLOSEWINDOW refreshwindow rawkey MOUSEBUTTONS
  106.     DRAGBAR DEPTHGADGET CLOSEGADGET SIMPLE_REFRESH RMBTRAP
  107.   end
  108.  
  109. text
  110.     export _noteboxgad
  111.     width 132 height 66
  112.     border
  113.   end
  114.  
  115. endcap
  116.  
  117.